home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / gfx / show / swfplayer.readme < prev    next >
Text File  |  2002-11-09  |  3KB  |  68 lines

  1. Short:       Standalone player for Amiga (v1.2c) 68k+WOS
  2. Author:      Alexandre Balaban since v1.2, Paul Hills upto v1.1
  3. Uploader:    Alexandre Balaban <abalaban@free.fr>
  4. Version:     1.2c
  5. Type:        gfx/show
  6. Recommended: openurl.library
  7. Requires:    68040+ or PPC, AGA+
  8. Replace:     swfplayer.lha
  9.  
  10. Swfplayer is a standalone Shockwave player for Amiga based on libflash for
  11. Linux by Olivier Debon (odebon@club-internet.fr).
  12.  
  13. This is just a QUICK rewrite of Paul Hill's version (paul@lagernet.clara.co.uk)
  14. to update to the last libflash available. It's NOT in any way a bug-fix version.
  15. I did my best no to add new bugs, but despite all my tests I may have missed
  16. some (but I don't think ;-). Nevertheless, if you ever find a bug that was not in
  17. Paul's version, please report me (new bugs will have priority, in order to reach
  18. a version with the same functionality and usability).
  19. It seems that despite of what I said in previous readme, this version is a bit
  20. faster than original version :-)
  21.  
  22.  
  23. I have included original readmes into the archive (both paul's one and libflash's).
  24.  
  25. Tested on BPPC 603e+ (68040@25 and PPC 603@160), 128MB Fastram, OS3.9, BVPPC (CGFX3).
  26.  
  27. Features :
  28.     - supports swf files upto Flash 4 (and some Flash 5),
  29.     - loop play option (on by default),
  30.     - zoom in/out command,
  31.     - pause command,
  32.     - can open referenced URL (with OpenURL.library).
  33.  
  34. Known Bugs or problems :
  35.     - if OpenURL is present, 68k version may send your browser incomplete URLs : as
  36.       swfplayer is an external player, it could not in any way know the base URL of
  37.       the swf file, so swf files referencing other swf files without complete URL
  38.       won't be loaded. :-( It's not a bug of swfplayer but a technical limit.
  39.     - if OpenURL is present, strange URL can be sent to your browser (things like
  40.       'FSCommand:<xxx>') : this is a command flash movies can send when embeded into
  41.       a browser (ie. when you have a flash plugin, which is not the when you're using
  42.       swfplayer) in order to pass some parameters. This is not really a bug of my
  43.       program, as it's libflash recognizing this command and passing it back to my
  44.       openurl function... I'll try to solve this inconvenience in a future version.
  45.     - PPC version can not open embeded URL : as I did not have a ppc proto for OpenURL
  46.       (and don't know how to produce one for gcc) this feature is desactivated. :-(
  47.     - swfplayer is reported to crash on 68040LC : I think it's just a compilation
  48.       option, but did not manage to identify it :-(
  49.  
  50. To Do :
  51.     - filter out strange URLs,
  52.     - add OpenURL support to PPC version (someone with PPC proto ?),
  53.     - add audio support.
  54.     - ...
  55.  
  56. History :
  57.     - 1.2c, 07 Nov 2002 : o added loop play option,
  58.                           o PPC version (at least ;-))
  59.                           o improved makefiles a bit
  60.     - 1.2b, 19 Sep 2002 : should correct problem with cpu other than 68040, and
  61.                           crash on exit.
  62.     - 1.2a, 28 Aug 2002 : oops, forgot some debug output !!
  63.  
  64. Thanks to :
  65.     - Steffen Haeuser for ppc-gcc and PPC compilation problems,
  66.     - Alexander Niven-Jenkins, Daniel Westerberg, Pierre Giroux, Sigbjørn Skjæret
  67.     for feedback and problem reports.
  68.